Field creation tags

In addition to the Sertifi Intelligent Tags, you can also use a variety of tags to perform more complex operations in your signature documents. This article provides the formulas and a list of editable field properties for you to add more complex tags to your signature documents, whether your document is a Word document or PDF, along with best practices and examples of the most common tag formulas.

This article contains the following sections:

See these related articles:

Formatting field creation tags

You can use field creation tags to create text boxes, check boxes, or radio buttons to add to your signature documents. It's important to understand the base formatting for each of these tag types, along with their editable properties, before you add them to your signature documents.

Field creation tag format

The base format for the field creation tags appears like the following [[SFLD:FieldName:parameter1=value,parameter2=value]] where:

  • SFLD is the required prefix of the advanced tag.
  • : is the separator between the prefix and the field name.
  • FieldName is the name you want to give the tag.
  • Parameter is optional, and updated with the available values for the tag type as seen in the following parameter table.
  • , is the separator between each parameter.
  • [[ ]] opens and closes each advanced text tag.

Available editable parameters

Use the following table to add the appropriate parameters to your field creation tags. In the example of parameter1=value, you would replace parameter1 with the property value, and then replace value with one of the available values: T=C.

Property Value Description Available Values
T Field Type

Choose from the following values:

  • T for a textbox.
  • C for a checkbox.
  • R for a radio button.

The default value for this property is T. For example, T=T

O Option name for checkboxes Use Yes or True to automatically check the box. If you use any other value here, the box remains unchecked until a signer selects it during signing. For example, O=Yes
O Option name for radio buttons Use any value for this property, depending on what you want the individual radio button option to appear as. For example, O=Male.
E Export value for checkboxes Use any value for this property depending on what you want the individual checkbox to export as. For example, E=Pay Later.
H The height of the tag Use any whole number values greater than 0. The height of the tag is always in pixels. For example, H=12.
W The width of the tag Use any whole number values greater than 0. The width of the tag is always in pixels. For example, W=10.
M The maximum number of characters for a field. Use any whole numbers greater than 0. For example, if you want to limit a signer to only entering 10 characters for a textbox field, enter M=10.
Mi The minimum number of characters for a field. Use any whole numbers great than 0. For example, if you want to ensure that a signer enters at least four digits for an expiration date, enter Mi=4.
R Determines if a field is required or not. Use Yes or True to make a field required. For example, R=Yes.
S Determines if a field is secure or not. Use Yes or True to make a field secure. If you make a field secure, whatever information is entered into the field gets masked on a signed document. For example, S=True.
SL The level of the signer. Use whole numbers 1 - 10 to select a signer level. For example, SL=2 for a second level signer.
SO The order of the signers. Use whole number 1 -16 to determine the signer order. For example, SO=3 .
ML Wraps text added to text fields. Use True to wrap text added to text fields by a signer on multiple lines. For example, ML=True.
RS Automatically applies a field name to a field. Use True to create unique field names for all fields. For example, RS=True.
VD Date format validation.

Enter the date format you want a signer to use in a text field. You can choose from:

  • MM/DD/YYYY
  • MM/DD/YY
  • M/D/YYYY
  • M/D/YY
  • YYYY-MM-DD
  • YY-MM-DD
  • YYYY-M-D
  • YY-M-D
v Creates a field validation.

Enter the following values to collect information... You can choose from:

  • Z - Zip code or Zip Code +4
  • P - phone number
  • S - Social Security number
  • St - State with two letter abbreviation

Textbox field creation tags

Checkbox field creation tags

Radio button field creation tags